diff options
Diffstat (limited to 'bin/build-geos-win.cmd')
| -rwxr-xr-x | bin/build-geos-win.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-geos-win.cmd b/bin/build-geos-win.cmd index c2b5d4b7..9bd5f3a7 100755 --- a/bin/build-geos-win.cmd +++ b/bin/build-geos-win.cmd @@ -5,7 +5,7 @@ SET GEOS_INSTALL=%CD%\geos-build if NOT DEFINED BUILD32 (SET BUILDFLAG="x64") else (SET BUILDFLAG="Win32")
echo %BUILDFLAG%
-curl -O https://download.osgeo.org/geos/geos-3.12.1.tar.bz2
+curl -L -O https://github.com/libgeos/geos/releases/download/3.12.1/geos-3.12.1.tar.bz2
7z x geos-3.12.1.tar.bz2
7z x geos-3.12.1.tar
|
