Checking the integrity of download.
Website provides a hash value of download so you can verify it.
In Windows, use this command.
Open command prompt.
CertUtil -hashfile C:\path\to\file SHA256
In Linux.
sha256sum /path/to/file
In Mac.
shasum -a 256 /path/to/file