On the website https://cppcheck.sourceforge.io/ there is the download link to Windows 64-bit installer. For release 2.14.0 the link is bad because it points to https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0-x64-Setup.msi but the real link is https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0.x64-Setup.msi
Noitce the little difference 2.14.0-x64 the '-' is wrong vs 2.14.0.x64 the '.' is right
Thanks! The filename has been corrected.
Log in to post a comment.
On the website https://cppcheck.sourceforge.io/ there is the download link to Windows 64-bit installer.
For release 2.14.0 the link is bad because it points to
https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0-x64-Setup.msi
but the real link is
https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0.x64-Setup.msi
Noitce the little difference
2.14.0-x64 the '-' is wrong
vs
2.14.0.x64 the '.' is right
Thanks! The filename has been corrected.