You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, install CBMC by downloading the `cbmc-${{ env.CBMC_TAG }}-win64.msi` installer below, double-clicking on the installer to run it, and adding the folder `C:\Program Files\cbmc\bin` in your `PATH` environment variable.
70
+
On Windows, install CBMC by downloading the `cbmc-${{ env.CBMC_VERSION }}-win64.msi` installer below, double-clicking on the installer to run it, and adding the folder `C:\Program Files\cbmc\bin` in your `PATH` environment variable.
71
71
72
72
For installation from the windows command prompt, run:
73
73
74
74
```sh
75
-
msiexec /i cbmc-${{ env.CBMC_TAG }}-win64.msi
75
+
msiexec /i cbmc-${{ env.CBMC_VERSION }}-win64.msi
76
76
PATH="C:\Program Files\cbmc\bin";%PATH%
77
77
```
78
78
@@ -87,7 +87,7 @@ jobs:
87
87
set up correctly, and then issue:
88
88
89
89
```sh
90
-
$ docker run -it diffblue/cbmc:${{ env.CBMC-TAG }}
90
+
$ docker run -it diffblue/cbmc:${{ env.CBMC_VERSION }}
0 commit comments