Skip to content

Commit

Permalink
Change download location to archive.org
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 13, 2024
1 parent 9b362cf commit 2ac929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
Expand Up @@ -196,7 +196,7 @@ function InstallCmake() {
}

function InstallMingwGet() {
DownloadFile "https://osdn.net/frs/redir.php?m=ipconnect&f=mingw%2F68260%2Fmingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip" "mingw-get.zip"
DownloadFile "https://archive.org/download/mingw-get-0.6.3-mingw32-pre-20170905-1-bin/mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip" "mingw-get.zip"
if (!(Test-Path -Path "C:\MinGW" -PathType Container)) {
Step "Creating MinGW path"
New-Item -Path "C:\MinGW" -ItemType "directory" >> "$logFile" 2>&1
Expand Down

0 comments on commit 2ac929a

Please sign in to comment.