diff --git a/appveyor.yml b/appveyor.yml index d63a5a2a43..0c4412954e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,12 +37,7 @@ install: - go version - ps: | # Install MinGW. - $url = "http://sourceforge.net/projects/mingw-w64/files/" - $url += "Toolchains%20targetting%20Win64/Personal%20Builds/" - $url += "mingw-builds/5.1.0/threads-win32/seh/" - $url += "x86_64-5.1.0-release-win32-seh-rt_v4-rev0.7z/download" - # mirror on github for faster downloads - $url = "https://github.com/wellington/binaries/blob/master/x86_64-5.1.0-release-win32-seh-rt_v4-rev0.7z?raw=true" + $url = "https://bintray.com/artifact/download/drewwells/generic/ming32-x86_64.7z" $strFileName="C:\mingw64\bin\mingw32-make.exe" If (Test-Path $strFileName){ Write-Host "Using cached mingw64"