diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index e6ed8d23ebeeed4e48dd87c02aa010b401b04e77..e8459e5ffb8b6e763966e1339f6f503ae94f9d8d 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -43,7 +43,7 @@ (define-module (guix scripts pull)
 
 (define %snapshot-url
   ;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download"
-  "http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz"
+  "http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz"
   )
 
 (define-syntax-rule (with-environment-variable variable value body ...)