Skip to content

Commit 25f38a9

Browse files
committed
update wheel urls
1 parent ee0a10a commit 25f38a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ <h2>Python Wheels</h2>
286286
There are pre-built binary wheels for Python versions 3.10, 3.11, and 3.12. Download the right zip file for you OS and architecture:
287287

288288
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-latest-x86_64.zip"> Ubuntu 24.04 x86_64 </a> </li>
289-
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-24.04-arm-aarch.zip"> Ubuntu 24.04 aarch64 </a> </li>
289+
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-24.04-arm-aarch64.zip"> Ubuntu 24.04 aarch64 </a> </li>
290290
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-15-arm64.zip"> MacOS 15 </a> </li>
291-
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-13-arm64.zip"> MacOS 13 </a> </li>
291+
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-13-x86_64.zip"> MacOS 13 </a> </li>
292292
</div>
293293
</div>
294294
</p>

installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ <h2>Python Wheels</h2>
272272
There are pre-built binary wheels for ompl Python versions 3.10, 3.11, and 3.12. Download the right zip file for you OS and architecture:
273273

274274
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-latest-x86_64.zip"> Ubuntu 24.04 x86_64 </a> </li>
275-
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-24.04-arm-aarch.zip"> Ubuntu 24.04 aarch64 </a> </li>
275+
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-ubuntu-24.04-arm-aarch64.zip"> Ubuntu 24.04 aarch64 </a> </li>
276276
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-15-arm64.zip"> MacOS 15 </a> </li>
277-
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-13-arm64.zip"> MacOS 13 </a> </li>
277+
<li> <a href="https://github.com/ompl/ompl/releases/download/1.7.0/wheels-macos-13-x86_64.zip"> MacOS 13 </a> </li>
278278
</div>
279279

280280
</div>

0 commit comments

Comments
 (0)