Cursor 0.42.3 not able to install on WSL

My cursor stopped working on WSL today. I tried uninstall and reinstall 0.42.3 but it still failed.

Here is the output

[2024-10-28 02:03:49.582] Extension version: 0.88.2
[2024-10-28 02:03:49.583] L10N bundle: undefined
[2024-10-28 02:03:49.608] authorityHierarchy: wsl+ubuntu
[2024-10-28 02:03:49.608] WSL extension activating for a local WSL instance
[2024-10-28 02:03:49.621] Resolving wsl+ubuntu, resolveAttempt: 1
[2024-10-28 02:03:49.621] NodeExecServer run: C:\Windows\System32\wsl.exe --status
[2024-10-28 02:03:49.666] WSL feature installed: true (wsl --status)
[2024-10-28 02:03:49.666] NodeExecServer run: C:\Windows\System32\wsl.exe --list --verbose
[2024-10-28 02:03:49.706] 3 distros found
[2024-10-28 02:03:49.707] Starting VS Code Server inside WSL (wsl2)
[2024-10-28 02:03:49.707] Windows build: 22631. Multi distro support: available. WSL path support: enabled
[2024-10-28 02:03:49.708] Scriptless setup: false
[2024-10-28 02:03:49.708] No shell environment set or found for current distro.
[2024-10-28 02:03:49.876] WSL daemon log file: 
[2024-10-28 02:03:49.877] Probing if server is already installed: if [ -d ~/.cursor-server/bin/949de58bd3d85d530972cac2dffc4feb9eee1e40 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf 'alpine-'; fi; if [ -s ~/.cursor-server/bin/compatibilty-check ]; then printf 'legacy-'; fi; uname -m;
[2024-10-28 02:03:49.877] NodeExecServer run: C:\Windows\System32\wsl.exe -d Ubuntu -e sh -c if [ -d ~/.cursor-server/bin/949de58bd3d85d530972cac2dffc4feb9eee1e40 ]; then printf 'install-found '; fi; if [ -f /etc/alpine-release ]; then printf 'alpine-'; fi; if [ -s ~/.cursor-server/bin/compatibilty-check ]; then printf 'legacy-'; fi; uname -m;
[2024-10-28 02:03:49.961] Probing result: legacy-x86_64
[2024-10-28 02:03:49.961] No server install found in WSL, needs linux-legacy-x64
[2024-10-28 02:03:49.961] Getting server from client side
[2024-10-28 02:03:49.961] Downloading VS Code Server stable - 949de58bd3d85d530972cac2dffc4feb9eee1e40 into C:\Users\abc\AppData\Local\Temp\vscode-remote-wsl\stable\949de58bd3d85d530972cac2dffc4feb9eee1e40\vscode-server-stable-linux-legacy-x64.tar.gz.
[2024-10-28 02:03:50.350] Unable to download server on client side: Error: Request downloadRequest failed unexpectedly without providing any details.. Will try to download on WSL side.
[2024-10-28 02:03:50.350] NodeExecServer run: C:\Windows\System32\wsl.exe -d Ubuntu sh -c '"$VSCODE_WSL_EXT_LOCATION/scripts/wslServer.sh" 949de58bd3d85d530972cac2dffc4feb9eee1e40 stable cursor-server .cursor-server --host=127.0.0.1 --port=0 --connection-token=2012298759-3158080343-1371637289-2931127805 --use-host-proxy --without-browser-env-var --disable-websocket-compression --accept-server-license-terms --telemetry-level=all'
[2024-10-28 02:03:50.662] Setting up server environment: Looking for /home/abc/.cursor-server/server-env-setup. Not found.
[2024-10-28 02:03:50.662] WSL version: 5.15.153.1-microsoft-standard-WSL2 Ubuntu
[2024-10-28 02:03:50.662] Updating VS Code Server to version 949de58bd3d85d530972cac2dffc4feb9eee1e40
[2024-10-28 02:03:50.662] Removing previous installation...
[2024-10-28 02:03:50.662] Installing VS Code Server for Linux legacy-x64 (949de58bd3d85d530972cac2dffc4feb9eee1e40)
[2024-10-28 02:03:50.662] Downloading:     
[2024-10-28 02:03:50.971] 100%
[2024-10-28 02:03:50.971] Failed
[2024-10-28 02:03:50.972] --2024-10-27 19:03:50--  https://cursor.blob.core.windows.net/remote-releases/949de58bd3d85d530972cac2dffc4feb9eee1e40/vscode-reh-linux-legacy-x64.tar.gz
[2024-10-28 02:03:50.972] Resolving cursor.blob.core.windows.net (cursor.blob.core.windows.net)... 20.209.35.129
[2024-10-28 02:03:50.972] Connecting to cursor.blob.core.windows.net (cursor.blob.core.windows.net)|20.209.35.129|:443... connected.
[2024-10-28 02:03:50.972] HTTP request sent, awaiting response... 
[2024-10-28 02:03:51.040] 404 The specified blob does not exist.
[2024-10-28 02:03:51.040] 2024-10-27 19:03:51 ERROR 404: The specified blob does not exist..
[2024-10-28 02:03:51.040] 
[2024-10-28 02:03:51.040] ERROR: Failed to download https://cursor.blob.core.windows.net/remote-releases/949de58bd3d85d530972cac2dffc4feb9eee1e40/vscode-reh-linux-legacy-x64.tar.gz to /home/abc/.cursor-server/bin/949de58bd3d85d530972cac2dffc4feb9eee1e40-1730081030.tar.gz
[2024-10-28 02:03:51.040] For help with startup problems, go to https://code.visualstudio.com/docs/remote/troubleshooting#_wsl-tips
[2024-10-28 02:03:56.501] Download in background is enabled