Skip to content

Commit db64bf7

Browse files
authored
Update URL to get rust builds from
Changed in rust-lang/rust#46354
1 parent 676eb34 commit db64bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use util;
1414

1515
const RUSTUP_BASE_URL: &'static str = "https://static.rust-lang.org/rustup/dist";
1616

17-
const RUST_CI_TRY_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds-try";
17+
const RUST_CI_TRY_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds";
1818
const RUST_CI_MASTER_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds";
1919

2020
const RUST_CI_COMPONENTS: [(&'static str, &'static str); 3] =

0 commit comments

Comments
 (0)