We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a2b370 + 89f10e6 commit 3351daeCopy full SHA for 3351dae
.github/scripts/windows/test_task.bat
@@ -99,7 +99,7 @@ mkdir %~d0\usr\local\share\enchant\hunspell
99
if %errorlevel% neq 0 exit /b 3
100
echo Fetching enchant dicts
101
pushd %~d0\usr\local\share\enchant\hunspell
102
-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
103
unzip dict.zip
104
del /q dict.zip
105
popd
0 commit comments