Skip to content

Commit

Permalink
Update URL to get rust builds from new url
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Dec 11, 2017
1 parent 676eb34 commit b3d62af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use util;

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

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";
const RUST_CI_MASTER_BASE_URL: &'static str = "https://rust-lang-ci.s3.amazonaws.com/rustc-builds";

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

0 comments on commit b3d62af

Please # to comment.