Skip to content

Commit

Permalink
scripts/windows: fixed url in provisioning script
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Chipounov <vitaly@cyberhaven.io>
  • Loading branch information
vitaly-cyberhaven authored and vitalych committed Feb 17, 2020
1 parent b907c20 commit e47f704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/Setup-DevHost.ps1
Expand Up @@ -47,4 +47,4 @@ sc.exe start ssh-agent

# This will be used to convert PDBs into JSON files suitable for s2e-env
cd $env:USERPROFILE
wget.exe --no-check-certificate https://github.com/S2E/guest-tools/releases/download/v2.0.0/pdbparser.exe
wget.exe --no-check-certificate https://github.com/S2E/s2e/releases/download/v2.0.0/pdbparser.exe

0 comments on commit e47f704

Please sign in to comment.