Skip to content

Commit

Permalink
[get-boost] Switch back to sourceforge mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Jan 9, 2024
1 parent 05689da commit 6eddec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/get-boost.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function DownloadFileWithRetry
Get-FileHash $Out | Format-List
}
}
$Url = "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/binaries/boost_1_82_0-msvc-14.3-64.exe"
$Url = "https://sourceforge.net/projects/boost/files/boost-binaries/1.83.0/boost_1_83_0-msvc-14.3-64.exe"
$Out = "$env:TEMP\boost.exe"
DownloadFileWithRetry -Url "$Url" -Out "$Out"
Start-Process -Wait -FilePath "$Out" "/SILENT","/SP-","/SUPPRESSMSGBOXES","/DIR=C:\hostedtoolcache\windows\Boost\1.82.0\x86_64"

0 comments on commit 6eddec6

Please sign in to comment.