Skip to content

Commit 1854295

Browse files
Download from cloudfront
1 parent bbc6dbd commit 1854295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/sysroot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct SysrootDownload {
7171
triple: String,
7272
}
7373

74-
const BASE_URL: &str = "https://rust-lang-ci2.s3.amazonaws.com/rustc-builds";
74+
const BASE_URL: &str = "https://ci-artifacts.rust-lang.org/rustc-builds";
7575

7676
// FIXME(eddyb) rename to just `Component`.
7777
#[derive(Debug, Copy, Clone, PartialEq, Eq)]

0 commit comments

Comments
 (0)