From 2229b41e34b45fd422beabf3bef0f0f7ce1046e8 Mon Sep 17 00:00:00 2001 From: Samuel Gomes <47574584+a740g@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:59:08 +0530 Subject: [PATCH] Update MINGW download URLs --- setup_win.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_win.cmd b/setup_win.cmd index 2b1a5f042..2e9b68af9 100644 --- a/setup_win.cmd +++ b/setup_win.cmd @@ -50,9 +50,9 @@ if %errorlevel% == 2 set MINGW=mingw32 rem Set the correct file to download based on processor type if "%MINGW%"=="mingw32" ( - 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" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev1/i686-12.2.0-release-win32-dwarf-rt_v10-rev1.7z" ) else ( - 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" + set url="https://github.com/niXman/mingw-builds-binaries/releases/download/12.2.0-rt_v10-rev1/x86_64-12.2.0-release-win32-seh-rt_v10-rev1.7z" ) rem Download 7zr.exe. We'll need this to extract the MINGW archive