diff --git a/public/index.html b/public/index.html
index fc663376fb62d99e04866b54494092efde3a2c5b..1c7a26db6f9c0c910d2889dc9ef6f87de660ece7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -62,7 +62,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
 
 const loader = new THREE.GLTFLoader();
 let reticle;
-loader.load("./reticle/reticle.gltf", function(gltf) {
+loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) {
   reticle = gltf.scene;
   reticle.visible = false;
   scene.add(reticle);