while installing vixcpp in windows using powershell command given in the vixcpp website.
PS C:\Users\ashiq> irm https://vixcpp.com/install.ps1 | iex
vix install: repo=vixcpp/vix version=v1.31.0 arch=x86_64
vix install: install_dir=C:\Users\ashiq\AppData\Local\Vix\bin
vix install: downloading: https://github.com/vixcpp/vix/releases/download/v1.31.0/vix-windows-x86_64.zip
Invoke-WebRequest:
Line |
58 | Invoke-WebRequest -Uri $UrlBin -OutFile $ZipPath
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Not Found
PS C:\Users\ashiq>
also i tried to access the downloading link manually:
https://github.com/vixcpp/vix/releases/download/v1.31.0/vix-windows-x86_64.zip
it says not found:
i found the zip file actually in the:
https://github.com/vixcpp/vix/archive/refs/tags/v1.31.0.zip link.
so how to fix it?