File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ install:
3333 # Download and install MINGW (32-bit)
3434 Write-Host "Installing MinGW (32-bit)..." -ForegroundColor Cyan
3535 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
3737 } elseif($env:MINGW_DIR -eq "mingw64") {
3838 # Download and install MINGW (64-bit)
3939 Write-Host "Installing MinGW (64-bit)..." -ForegroundColor Cyan
4040 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
4242 }
4343 Write-Host "Extracting installation package..."
4444 7z x -y mingw.7z -oC:\msys64 | Out-Null
You can’t perform that action at this time.
0 commit comments