Skip to content

Commit 33355f4

Browse files
committed
Fix x86_64 installs
1 parent ed927ab commit 33355f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if("$TAG" -eq "auto") {
192192
Write-Host "Latest " -NoNewline
193193
Write-Host "$RELEASE" -ForegroundColor Green -NoNewline
194194
Write-Host " version found: " -NoNewline
195-
Write-Host "$TAG" -ForegroundColor Blue -NoNewline
195+
Write-Host "$TAG" -ForegroundColor Blue
196196
}
197197

198198
# Get URL for latest release
@@ -230,7 +230,7 @@ foreach($url in $OS_URLS) {
230230
break
231231
}
232232
default {
233-
$ARM64_URLS += $url
233+
$AMD64_URLS += $url
234234
}
235235
}
236236
}

0 commit comments

Comments
 (0)