Skip to content

Commit

Permalink
fix: A32NX stable download link (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxtrotSierra6829 authored Nov 9, 2024
1 parent 097b526 commit 6312b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/downloads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Downloads: NextPage = () => (
<div className="flex flex-col lg:flex-row gap-8">
<DownloadLinks
aircraft="A32NX"
stableLink="https://github.com/flybywiresim/aircraft/releases/download/assets/stable/A32NX-stable.zip"
stableLink="https://github.com/flybywiresim/aircraft/releases/download/assets/stable/A32NX-stable.7z"
devLink="https://github.com/flybywiresim/aircraft/releases/download/assets/master/A32NX-master.7z"
/>
<DownloadLinks aircraft="A380X" stableLink="" devLink="" />
Expand Down

0 comments on commit 6312b41

Please sign in to comment.