We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15e227 + 5dba6ae commit 89f10e6Copy full SHA for 89f10e6
.github/scripts/windows/test_task.bat
@@ -101,7 +101,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
101
if %errorlevel% neq 0 exit /b 3
102
echo Fetching enchant dicts
103
pushd %~d0\usr\local\share\enchant\hunspell
104
-powershell -Command wget http://windows.php.net/downloads/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
+powershell -Command wget https://downloads.php.net/~windows/qa/appveyor/ext/enchant/dict.zip -OutFile dict.zip
105
unzip dict.zip
106
del /q dict.zip
107
popd
0 commit comments