diff --git a/install.sh b/install.sh index a3287d6413..0f2408cb4a 100755 --- a/install.sh +++ b/install.sh @@ -85,7 +85,7 @@ if [[ ! -d $cachedir/SDL2-${SDL2_PV} ]]; then popd fi if [[ ! -f $cachedir/orctlibs.zip ]]; then - wget https://download.openrct2.website/dev/lib/mingw --secure-protocol=TLSv1 --output-document $cachedir/orctlibs.zip; + curl https://download.openrct2.website/dev/lib/mingw -o $cachedir/orctlibs.zip; fi if [[ ! -d $cachedir/orctlibs ]]; then mkdir -p $cachedir/orctlibs