To verify the checksum that's listed on the download page, please follow these steps:
Windows
1. Go to the downloaded file, select it and copy it's path (ctrl-shift-c)
2. Open the command line (CMD)
3. Type in
certutil -hashfile
, then rightclick to paste the path, then type SHA256
4. Press enter, and compare the output to what's listed on the website
MacOS
1. Go to your downloads folder
2. Open the terminal
3. Type in
shasum -a 256
4. Drag the downloaded file into the terminal screen
5. Press enter, and compare the output to what's listed on the website