Skip to content

Commit 43b861c

Browse files
authored
fix(marketing): correct download link for Linux (Desktop AppImage) (#805)
1 parent 1f94b15 commit 43b861c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/marketing/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import { SelfHostContactModal } from "../components/self-host-contact-modal";
140140
</a>
141141
<a
142142
data-os="linux-x64"
143-
href="https://github.com/RhysSullivan/executor/releases/latest/download/executor-desktop-linux-x64.AppImage"
143+
href="https://github.com/RhysSullivan/executor/releases/latest/download/executor-desktop-linux-x86_64.AppImage"
144144
class="btn-primary btn-primary--hero"
145145
>
146146
Download for Linux

0 commit comments

Comments
 (0)