Skip to content

Commit a7316bf

Browse files
committed
Try to fix downloads in appveyor.
1 parent 57903df commit a7316bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor_install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function InstallPython ($python_version, $architecture, $python_home) {
5353
$arch_suffix = @{"32"="";"64"=".amd64"}[$architecture]
5454
$filename = "python-" + $python_version + $arch_suffix + ".msi"
5555
}
56-
$url = $PYTHON_BASE_URL + $python_version + "/" + $filename
56+
$url = $PYTHON_BASE_URL + $python_version + ".0/" + $filename
5757
$filepath = Download $url $filename $DOWNLOADS
5858
Write-Host "Installing" $filename "to" $python_home
5959
if ($installer_exe) {

0 commit comments

Comments
 (0)