[msvc] Update csproj files (#4136)
[mono.git] / scripts / get-cygwin-deps.sh
index 8c0160255f9bdc48b8a6ad0b121df8f9d10ce6b1..6fc456e309954344510411f4cdbd9f8727348a89 100755 (executable)
@@ -29,7 +29,7 @@ if [ ! -f $dir/gettext-runtime-0.17-1.zip ]; then
        wget -P $dir http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip
 fi
 if [ ! -f $dir/libiconv-1.13-mingw32-dev.tar.gz ]; then
-       wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/release%201.13/libiconv-1.13-mingw32-dev.tar.gz/download
+       wget -P $dir http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13/libiconv-1.13-mingw32-dev.tar.gz/download
 fi
 echo "done."