Skip to content

Commit 4e0a992

Browse files
committed
Download snapshots using HTTPS
cc #16123
1 parent 21a70b3 commit 4e0a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/snapshot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def scrub(b):
2828
raise Exception("missing env var CFG_SRC_DIR")
2929

3030
snapshotfile = os.path.join(src_dir, "src", "snapshots.txt")
31-
download_url_base = "http://static.rust-lang.org/stage0-snapshots"
31+
download_url_base = "https://static.rust-lang.org/stage0-snapshots"
3232
download_dir_base = "dl"
3333
download_unpack_base = os.path.join(download_dir_base, "unpack")
3434

0 commit comments

Comments
 (0)