Hello there,
You have to unregister the distro from WSL;
wslconfig /u Ubuntu-20.04
and then just execute the installed exe and install the whole distro to WSL again.
Here are the steps to fix this issue:
Run with cmd administrator
wsl --shutdown
wslconfig /unregister Ubuntu
wsl --install --distribution Ubuntu
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–