Skip to content

Commit 36b4293

Browse files
authored
Merge pull request #286 from lqd/ci-server
switch CI downloads to use CI artifacts URL
2 parents 7884b41 + e5925b5 commit 36b4293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/toolchains.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::{Config, GitDate};
2222
pub const YYYY_MM_DD: &str = "%Y-%m-%d";
2323

2424
pub(crate) const NIGHTLY_SERVER: &str = "https://static.rust-lang.org/dist";
25-
const CI_SERVER: &str = "https://s3-us-west-1.amazonaws.com/rust-lang-ci2";
25+
const CI_SERVER: &str = "https://ci-artifacts.rust-lang.org";
2626

2727
#[derive(thiserror::Error, Debug)]
2828
pub(crate) enum InstallError {

0 commit comments

Comments
 (0)