diff --git a/public/place.html b/public/place.html
index cbeff46dbb553dfa725ddeb7be8921d2b5673976..1ad139e9f5dc5b6d2dbec1635f9d029f4c12c2cb 100644
--- a/public/place.html
+++ b/public/place.html
@@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 })
 
 let flower;
-loader.load("https://transfer.hft-stuttgart.de/pages/22rial1mpg/vis_exc3_ar_riegel/Bee.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/pages/22rial1mpg/vis_exc3_ar_riegel/source/model.gltf", function(gltf) {
   flower = gltf.scene;
 });