mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
d23e45fe5d
commit
e4eaf88179
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class MachCommands(CommandBase):
|
|||
os.mkdir(cargo_dir)
|
||||
|
||||
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
|
||||
nightly_url = "http://static.rust-lang.org/cargo-dist/%s" % tgz_file
|
||||
nightly_url = "https://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
|
||||
|
||||
download("Cargo nightly", nightly_url, tgz_file)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue