If you're asking how to define the link on your page, you'd use the following:
Code:
<a href="brushes.zip">Download</a>
The above example would create a link called "Download" and when clicked will ask the visitor if they would like to save the file called "brushes.zip".