diff --git a/plinth/modules/wireguard/manifest.py b/plinth/modules/wireguard/manifest.py index 471bf6b30..97fb9c05f 100644 --- a/plinth/modules/wireguard/manifest.py +++ b/plinth/modules/wireguard/manifest.py @@ -15,7 +15,8 @@ clients = [{ 'platforms': [{ 'type': 'download', 'os': 'windows', - 'url': 'https://download.wireguard.com' + 'url': ('https://download.wireguard.com/' + 'windows-client/wireguard-installer.exe') }, { 'type': 'download', 'os': 'macos',