We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676eb34 commit db64bf7Copy full SHA for db64bf7
src/toolchain.rs
@@ -14,7 +14,7 @@ use util;
14
15
const RUSTUP_BASE_URL: &'static str = "https://static.rust-lang.org/rustup/dist";
16
17
-const RUST_CI_TRY_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds-try";
+const RUST_CI_TRY_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds";
18
const RUST_CI_MASTER_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds";
19
20
const RUST_CI_COMPONENTS: [(&'static str, &'static str); 3] =
0 commit comments