diff --git a/.ci/bootstrap.bat b/.ci/bootstrap.bat index 9b5ae3e4d..10b311939 100644 --- a/.ci/bootstrap.bat +++ b/.ci/bootstrap.bat @@ -18,9 +18,9 @@ reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" rem Set the correct file to download based on processor type if "%MINGW%"=="mingw64" ( - set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/x86_64-12.1.0-release-win32-seh-rt_v10-rev3.7z" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev0/x86_64-12.2.0-release-win32-seh-rt_v10-rev0.7z" ) else ( - set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/i686-12.1.0-release-win32-sjlj-rt_v10-rev3.7z" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev0/i686-12.2.0-release-win32-sjlj-rt_v10-rev0.7z" ) echo Downloading %url%... diff --git a/setup_win.cmd b/setup_win.cmd index b804dec63..fa0880872 100644 --- a/setup_win.cmd +++ b/setup_win.cmd @@ -46,9 +46,9 @@ reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" rem Set the correct file to download based on processor type if "%MINGW%"=="mingw64" ( - set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/x86_64-12.1.0-release-win32-seh-rt_v10-rev3.7z" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev0/x86_64-12.2.0-release-win32-seh-rt_v10-rev0.7z" ) else ( - set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.1.0-rt_v10-rev3/i686-12.1.0-release-win32-sjlj-rt_v10-rev3.7z" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev0/i686-12.2.0-release-win32-sjlj-rt_v10-rev0.7z" ) echo Downloading %url%...