Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e181920

Browse files
committedApr 11, 2025··
fix linux binary download link
1 parent b986c9b commit e181920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pug/mixins/index_card.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mixin index_card_downloads
2323
.row.align-items-center.row-cols-2.pt-3.simplelink
2424
.col.p-0
2525
a(
26-
href="https://github.com/spatial-model-editor/spatial-model-editor/releases/latest/download/spatial-model-editor"
26+
href="https://github.com/spatial-model-editor/spatial-model-editor/releases/latest/download/spatial-model-editor-X64"
2727
)
2828
.card.border-1.bg-light.text-nowrap.p-2.m-1.align-items-center
2929
// svg from https://www.svgrepo.com/svg/3968/linux, CC0 license

0 commit comments

Comments
 (0)
Please sign in to comment.