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.
1 parent 6e31df4 commit ea39cfdCopy full SHA for ea39cfd
docs/contribute/source/os/windows.md
@@ -39,7 +39,7 @@ Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation -DevCmdArguments
39
40
# Download our pre-built LLVM 16 binary
41
$llvm = "LLVM-16.0.6-win64-MultiThreadedDLL.zip"
42
-curl -sLO https://github.com/WasmEdge/llvm-windows/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64-MultiThreadedDLL.zip -o $llvm
+Invoke-WebRequest -Uri https://github.com/WasmEdge/llvm-windows/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64-MultiThreadedDLL.zip -OutFile LLVM-16.0.6-win64-MultiThreadedDLL.zip
43
Expand-Archive -Path $llvm
44
45
# Set LLVM environment
0 commit comments