File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ install:
56
56
# Download and install MINGW (32-bit)
57
57
Write-Host "Installing MinGW (32-bit)..." -ForegroundColor Cyan
58
58
Write-Host "Downloading installation package..."
59
- appveyor-retry appveyor DownloadFile https://rust-lang-ci.s3.amazonaws.com /i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -FileName mingw.7z
59
+ appveyor-retry appveyor DownloadFile https://ci-mirrors. rust-lang.org/rustc /i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -FileName mingw.7z
60
60
} elseif($env:MINGW_DIR -eq "mingw64") {
61
61
# Download and install MINGW (64-bit)
62
62
Write-Host "Installing MinGW (64-bit)..." -ForegroundColor Cyan
63
63
Write-Host "Downloading installation package..."
64
- appveyor-retry appveyor DownloadFile https://rust-lang-ci.s3.amazonaws.com /x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -FileName mingw.7z
64
+ appveyor-retry appveyor DownloadFile https://ci-mirrors. rust-lang.org/rustc /x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -FileName mingw.7z
65
65
}
66
66
Write-Host "Extracting installation package..."
67
67
7z x -y mingw.7z -oC:\msys64 | Out-Null
You can’t perform that action at this time.
0 commit comments