Skip to content

Commit 02ddb48

Browse files
authored
Fix link to arm build in Windows instructions
1 parent ebffc0b commit 02ddb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installation/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Installing the PSP SDK itself can be done with the following steps:
5050
```shell
5151
wget https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz
5252
```
53-
On the ARM version of Windows, replace the link with `https://github.com/pspdev/pspdev/releases/download/v20260801/pspdev-ubuntu-24.04-arm-arm64.tar.gz`.
53+
On the ARM version of Windows, replace the link with `https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-24.04-arm-arm64.tar.gz`.
5454
2. Extract the archive using:
5555
```shell
5656
tar -xvf pspdev-ubuntu-*.tar.gz

0 commit comments

Comments
 (0)