Skip to content

Commit fbf85f6

Browse files
committed
appveyor: Switch URLs for mingw releases
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent b4fdc39 commit fbf85f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ install:
5656
# Download and install MINGW (32-bit)
5757
Write-Host "Installing MinGW (32-bit)..." -ForegroundColor Cyan
5858
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
6060
} elseif($env:MINGW_DIR -eq "mingw64") {
6161
# Download and install MINGW (64-bit)
6262
Write-Host "Installing MinGW (64-bit)..." -ForegroundColor Cyan
6363
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
6565
}
6666
Write-Host "Extracting installation package..."
6767
7z x -y mingw.7z -oC:\msys64 | Out-Null

0 commit comments

Comments
 (0)