File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ install:
33
33
# Download and install MINGW (32-bit)
34
34
Write-Host "Installing MinGW (32-bit)..." -ForegroundColor Cyan
35
35
Write-Host "Downloading installation package..."
36
- appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/ rust-lang-ci/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -FileName mingw.7z
36
+ 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
37
37
} elseif($env:MINGW_DIR -eq "mingw64") {
38
38
# Download and install MINGW (64-bit)
39
39
Write-Host "Installing MinGW (64-bit)..." -ForegroundColor Cyan
40
40
Write-Host "Downloading installation package..."
41
- appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/ rust-lang-ci/x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -FileName mingw.7z
41
+ 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
42
42
}
43
43
Write-Host "Extracting installation package..."
44
44
7z x -y mingw.7z -oC:\msys64 | Out-Null
You can’t perform that action at this time.
0 commit comments