What'd be pretty neat is if the website set the download link to the proper OS, rather than just hard-codingly using Windows. Assuming you use JavaScript for it, you could do this by checking the oscpu property in window.navigator, then setting the download link based on that value.
@Captainnana