We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a70b3 commit 4e0a992Copy full SHA for 4e0a992
src/etc/snapshot.py
@@ -28,7 +28,7 @@ def scrub(b):
28
raise Exception("missing env var CFG_SRC_DIR")
29
30
snapshotfile = os.path.join(src_dir, "src", "snapshots.txt")
31
-download_url_base = "http://static.rust-lang.org/stage0-snapshots"
+download_url_base = "https://static.rust-lang.org/stage0-snapshots"
32
download_dir_base = "dl"
33
download_unpack_base = os.path.join(download_dir_base, "unpack")
34
0 commit comments