diff --git a/public/index.html b/public/index.html
index 6ebee5e321e9a9bd70e40b65fb2f844f5bf5bd44..745e21f1f68e9f748b4459532cc53082794275a1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -214,7 +214,7 @@
       loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => {
         models.sunflower = gltf.scene;
       });
-      loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/Duck/glTF/Duck.gltf", (gltf) => {
+      loader.load("https://github.com/immersive-web/webxr-samples/blob/main/media/gltf/camp/camp.gltf", (gltf) => {
         models.tree = gltf.scene;
       });