cm107 commited on
Commit
d1cd40f
·
1 Parent(s): 4b79a60

Tried changing download href

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -199,7 +199,8 @@
199
  <h1>Downloads</h1>
200
  <ul>
201
  <li>
202
- <a href="linux_build.zip" target="_blank" rel="nofollow" download="linux_build.zip">
 
203
  Linux Build
204
  </a>
205
  </li>
 
199
  <h1>Downloads</h1>
200
  <ul>
201
  <li>
202
+ <a href="/spaces/cm107/excav_demo/resolve/main/linux_build.zip" target="_blank" rel="nofollow"
203
+ download="linux_build.zip">
204
  Linux Build
205
  </a>
206
  </li>