Skip to content

Commit

Permalink
switch CI server to use CI artifacts URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Jul 26, 2023
1 parent 7884b41 commit e5925b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolchains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::{Config, GitDate};
pub const YYYY_MM_DD: &str = "%Y-%m-%d";

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

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

0 comments on commit e5925b5

Please sign in to comment.