diff --git a/bootstrap.bat b/bootstrap.bat index aa1bf48c..11cfb315 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -106,7 +106,7 @@ goto :EOF :Download if exist "%1\%2" goto :EOF echo - Downloading %1\%2 -curl -sS -o "%1\%2" "%gnuliburl%/%1/%2" +curl -L -sS -o "%1\%2" "%gnuliburl%/%1/%2" if ERRORLEVEL 1 exit /b 1 goto :EOF